dreamweaver.getRedoText()

Availability 3.0
Description Gets the text associated with the editing operation that will be redone if the user chooses Edit > Redo or presses Ctrl-Y (Windows) or Command-Y (Macintosh).
Arguments None.
Returns A string continaing the text associated with the editing operation that will be redone.
Enabler None.
Example If the user's last action was make the selection bold, a call to dw.getRedoText() would return "Repeat Apply Bold".